projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d17fd81
)
Fix testgtk.c when building for Wayland.
author
Eric Le Bihan
<eric.le.bihan.dev@free.fr>
Thu, 25 Sep 2014 08:11:38 +0000
(10:11 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 25 Sep 2014 21:48:43 +0000
(17:48 -0400)
Fix wrong usage of GDK_WINDOWING_WAYLAND instead of
GDK_WINDOWING_X11 in test/testgtk.c.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
https://bugzilla.gnome.org/show_bug.cgi?id=737363
tests/testgtk.c
patch
|
blob
|
history
diff --git
a/tests/testgtk.c
b/tests/testgtk.c
index ee20acc96bb6410ef5caf658e9f37145dab9319a..a008d0c688c581669603f98e9a9d236d68841469 100644
(file)
--- a/
tests/testgtk.c
+++ b/
tests/testgtk.c
@@
-4966,7
+4966,7
@@
create_cursors (GtkWidget *widget)
"GtkWidget::visible", TRUE,
NULL);
-#ifdef GDK_WINDOWING_
WAYLAND
+#ifdef GDK_WINDOWING_
X11
if (GDK_IS_X11_DISPLAY (gtk_widget_get_display (vbox)))
cursor_demo = TRUE;
#endif